Stalking Microservice AsyncAPI 1.0.0

AsyncAPI for the stalking microservice. Uses RabbitMQ queues as configured in code.

Servers

  • ${CLOUDAMQP_URL:///amqp://admin:admin@localhost:5672}amqprabbitmq

Operations

  • SUB StalkingAnalyzeRequestedEvent

    Queue the service subscribes to when an analysis is requested.

    Operation IDsubscribe

    Available only on servers:

    Accepts the following message:

    object

    Examples

  • PUB StalkingCompletedEvent

    Queue the service publishes when analysis completes.

    Operation IDpublish

    Available only on servers:

    Accepts the following message:

    object

    Examples

Messages

  • #1
    Message IDStalkingAnalyzeRequested
    object
  • #2
    Message IDStalkingCompleted
    object